home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFALERTABLOQUEOSCRIPT / TFALERTABLOQUEOSCRIPT.txt
Text File  |  2002-10-11  |  2KB  |  79 lines

  1. object FalertaBloqueoScript: TFalertaBloqueoScript
  2.   Left = 602
  3.   Top = 388
  4.   Width = 250
  5.   Height = 199
  6.   Caption = '∩┐╜Script bloqueado!'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel: TPndPopupPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 242
  21.     Height = 172
  22.     BottomText = 'Panda Antivirus Platinum 7'
  23.     HeaderFont.Charset = DEFAULT_CHARSET
  24.     HeaderFont.Color = clWhite
  25.     HeaderFont.Height = -11
  26.     HeaderFont.Name = 'Tahoma'
  27.     HeaderFont.Style = [fsBold]
  28.     HeaderText = 'Deseo...'
  29.     IconImages = ImageListIcono
  30.     IconIndex = 9
  31.     ItemImages = ImageListItems
  32.     Items = <
  33.       item
  34.         Caption = 'Consultar el informe'
  35.         ImageIndex = 22
  36.         OnClick = ConsultarInforme
  37.         MostrarEnReducido = True
  38.         MostrarSoloEnAlertasAgrupadas = True
  39.       end
  40.       item
  41.         Caption = 'Cerrar'
  42.         ImageIndex = 16
  43.         OnClick = Cerrar
  44.         MostrarEnReducido = True
  45.       end
  46.       item
  47.         Caption = 'Ayuda'
  48.         ImageIndex = 27
  49.         OnClick = Ayuda
  50.         MostrarEnReducido = True
  51.       end
  52.       item
  53.         Caption = 'Desactivar el bloqueo de scripts'
  54.         ImageIndex = 18
  55.         OnClick = DeshabilitarBloqueoScripts
  56.       end>
  57.     ItemsFont.Charset = DEFAULT_CHARSET
  58.     ItemsFont.Color = clBlack
  59.     ItemsFont.Height = -11
  60.     ItemsFont.Name = 'Tahoma'
  61.     ItemsFont.Style = []
  62.     PrioridadMensaje = pmAlertaSimple
  63.     TextoAlertasAgrupadas = 
  64.       'En el informe se encuentran nuevas notificaciones similares a es' +
  65.       'ta.'
  66.     Title = '∩┐╜Script bloqueado!'
  67.   end
  68.   object ImageListIcono: TImageList
  69.     Height = 48
  70.     Width = 48
  71.     Left = 208
  72.     Top = 24
  73.   end
  74.   object ImageListItems: TImageList
  75.     Left = 208
  76.     Top = 60
  77.   end
  78. end
  79.